Skip to content

GH#881: fix: standardize GitHub owner slug to Ultimate-Multisite#887

Merged
superdav42 merged 1 commit intomainfrom
feature/auto-20260416-015830-gh881
Apr 16, 2026
Merged

GH#881: fix: standardize GitHub owner slug to Ultimate-Multisite#887
superdav42 merged 1 commit intomainfrom
feature/auto-20260416-015830-gh881

Conversation

@superdav42
Copy link
Copy Markdown
Collaborator

Summary

Fixes the incorrect Multisite-Ultimate owner slug used throughout the codebase — it should be the canonical Ultimate-Multisite (matching the actual GitHub organization).

Files changed:

  • README.md — 14 URL occurrences corrected (badges, installation links, contributor links)
  • inc/class-wp-ultimo.php — 2 occurrences in GitHub API update-check URLs (functional fix)
  • .wiki/Enhance-Integration.md — 4 occurrences in discussion/support links

The wrong slug was causing broken badges, incorrect git clone URLs in docs, and — critically — failed GitHub API calls when checking for plugin updates (get_latest_release() was hitting a non-existent org slug).

The admin notice in ultimate-multisite.php already used the correct slug; this PR aligns the rest of the codebase to match.

Testing

  • Verified zero remaining occurrences: grep -rn "Multisite-Ultimate" --include="*.md" --include="*.php" returns nothing
  • PHP change is a string literal replacement with no logic impact; PHPCS/PHPStan clean

Resolves #881

…ocs and code

Replace all occurrences of the incorrect 'Multisite-Ultimate' slug with the
canonical 'Ultimate-Multisite' across README.md, inc/class-wp-ultimo.php,
and .wiki/Enhance-Integration.md.

The wrong slug was causing broken badge URLs, dead installation links, and
incorrect GitHub API calls for update checks. The admin notice in
ultimate-multisite.php already used the correct slug; now all files match.

Resolves #881
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 16, 2026

Warning

Rate limit exceeded

@superdav42 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 36 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 48 minutes and 36 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 129a24d3-c6c2-43f1-bf6b-803e72bd86b4

📥 Commits

Reviewing files that changed from the base of the PR and between d1d7bef and 7008763.

📒 Files selected for processing (3)
  • .wiki/Enhance-Integration.md
  • README.md
  • inc/class-wp-ultimo.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/auto-20260416-015830-gh881

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@superdav42
Copy link
Copy Markdown
Collaborator Author

Merge Summary

Issue #881 — Review followup: PR #878 — inconsistent GitHub owner slug

Outcome: B — Premise correct, fix implemented.

What was done:

  • Verified the bot's finding: README.md used Multisite-Ultimate (wrong) while ultimate-multisite.php used Ultimate-Multisite (correct)
  • Fixed all 21 occurrences across 3 files: README.md (14), inc/class-wp-ultimo.php (2), .wiki/Enhance-Integration.md (4)
  • The PHP fix is functional — the wrong slug was causing failed GitHub API calls during plugin update checks

Verification: grep -rn 'Multisite-Ultimate' --include='*.md' --include='*.php' returns 0 results.


aidevops.sh v3.8.56 plugin for OpenCode v1.4.6 with claude-sonnet-4-6 spent 2m on this as a headless worker. Overall, 12s since this issue was created.

@github-actions
Copy link
Copy Markdown

🔨 Build Complete - Ready for Testing!

📦 Download Build Artifact (Recommended)

Download the zip build, upload to WordPress and test:

🌐 Test in WordPress Playground (Very Experimental)

Click the link below to instantly test this PR in your browser - no installation needed!
Playground support for multisite is very limitied, hopefully it will get better in the future.

🚀 Launch in Playground

Login credentials: admin / password

@github-actions
Copy link
Copy Markdown

Performance Test Results

Performance test results for 3c40dd9 are in 🛎️!

Note: the numbers in parentheses show the difference to the previous (baseline) test run. Differences below 2% or 0.5 in absolute values are not shown.

URL: /

Run DB Queries Memory Before Template Template WP Total LCP TTFB LCP - TTFB
0 41 37.78 MB 822.50 ms 152.50 ms 1090.50 ms 2036.00 ms (-116.00 ms / -6% ) 1943.00 ms (-125.90 ms / -6% ) 90.80 ms (+4.90 ms / +5% )
1 56 49.03 MB 976.00 ms 149.50 ms (+4.00 ms / +3% ) 1126.50 ms 2164.00 ms 2082.95 ms 82.20 ms (+2.95 ms / +4% )

@superdav42 superdav42 merged commit edc1ea0 into main Apr 16, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review followup: PR #878 — GH#876: Better idiot-resistance for wrong-ZIP downloads

1 participant